home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / demos / misc / gettintired.dms / in.adf / Source / common.h next >
Encoding:
C/C++ Source or Header  |  1994-12-29  |  132 b   |  7 lines

  1. /* Common defines and data structures */
  2.  
  3. /***** Common constants *****/
  4.  
  5. #define _LIB_VERSION    33
  6. #define EVENLEN(x)    ((x + 1) & -2)
  7.